object AdjustObjectForm: TAdjustObjectForm Left = 453 Top = 185 BorderStyle = bsDialog Caption = 'Adjust Object' ClientHeight = 143 ClientWidth = 236 Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 15 object Label1: TLabel Left = 27 Top = 16 Width = 23 Height = 15 Alignment = taRightJustify Caption = '&Left:' FocusControl = XEdit end object Label2: TLabel Left = 26 Top = 48 Width = 24 Height = 15 Alignment = taRightJustify Caption = '&Top:' FocusControl = YEdit end object Label3: TLabel Left = 16 Top = 80 Width = 34 Height = 15 Alignment = taRightJustify Caption = '&Width:' FocusControl = WEdit end object Label4: TLabel Left = 11 Top = 112 Width = 39 Height = 15 Alignment = taRightJustify Caption = '&Height:' FocusControl = HEdit end object OkBtn: TBitBtn Left = 144 Top = 72 Width = 81 Height = 28 Caption = 'OK' Default = True TabOrder = 5 OnClick = OkBtnClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0 E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0 E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033 33333333330B033333333333330F833333333333333083333333} end object CancelBtn: TBitBtn Left = 144 Top = 104 Width = 81 Height = 28 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333 33333333330F833333333333330B033330003333330FB03000B03380000BFB00 E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0 E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000 0000333333333333333333333333333333333333333333333333} end object ApplyBtn: TBitBtn Left = 144 Top = 12 Width = 81 Height = 28 Caption = '&Apply' TabOrder = 4 OnClick = ApplyBtnClick Glyph.Data = { 66010000424D6601000000000000760000002800000014000000140000000100 040000000000F000000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7777777700007777777777788888888700007777777777787787787700007777 7777777877877877000077007000007888888887000077E00BFBFB0877800807 000077E0BFBF000877800807000077E0FBFBFBF080088887000077E0BFBF0000 0B077807000077E0FBFBFBFBF0877807000077E0BF0000000888888700007700 0BFB00B0778778070000777770000B0877877807000077777770B07888888887 00007777770B0778778008070000777770B07778778008070000777709077778 8888888700007777707777787787787700007777777777787787787700007777 77777777777777770000} end object XEdit: TSpinEdit Left = 54 Top = 12 Width = 73 Height = 24 AutoSize = False MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object YEdit: TSpinEdit Left = 54 Top = 44 Width = 73 Height = 24 AutoSize = False MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object WEdit: TSpinEdit Left = 54 Top = 76 Width = 73 Height = 24 AutoSize = False MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end object HEdit: TSpinEdit Left = 54 Top = 108 Width = 73 Height = 24 AutoSize = False MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 end end